home *** CD-ROM | disk | FTP | other *** search
- object formMain: TformMain
- Left = 273
- Top = 165
- Width = 368
- Height = 203
- HorzScrollBar.Range = 289
- VertScrollBar.Range = 112
- AutoScroll = False
- Caption = 'formMain'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 16
- object IAG_Region1: TIAG_Region
- Width = 360
- Height = 176
- Align = alClient
- Color = clAqua
- ParentColor = False
- AutoClear = True
- MaxDocumentSize = 0
- OnAfterShow = IAG_Region1AfterShow
- SessionRequired = sreqDefault
- ShowTag = False
- SubmitRefreshesPage = False
- object Label1: TLabel
- Left = 36
- Top = 34
- Width = 257
- Height = 16
- AutoSize = False
- Caption = 'Please guess the number: (1 to 100):'
- end
- object lablResponse: TLabel
- Left = 35
- Top = 98
- Width = 225
- Height = 16
- AutoSize = False
- Caption = 'lablResponse'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- end
- object Label2: TLabel
- Left = 36
- Top = 136
- Width = 60
- Height = 16
- AutoSize = False
- Caption = 'Guess #'
- end
- object lablCount: TLabel
- Left = 100
- Top = 137
- Width = 60
- Height = 16
- AutoSize = False
- Caption = '0'
- end
- object editGuess: TEdit
- Left = 34
- Top = 66
- Width = 121
- Height = 24
- TabOrder = 0
- Text = 'editGuess'
- end
- object butnGuess: TIAG_Button
- Left = 162
- Top = 66
- Width = 65
- Height = 17
- Caption = 'Guess'
- Default = True
- TabOrder = 1
- OnClick = butnGuessClick
- end
- end
- object Variables: TIAG_Variables
- Left = 258
- Top = 58
- end
- object intvMagicNo: TIntegerVar
- VariableName = 'MagicNo'
- CheckRange = False
- DefaultValue = -1
- Maximum = 0
- Minimum = 0
- Left = 147
- Top = 52
- end
- object intvGuessCount: TIntegerVar
- LinkedControl = lablCount
- VariableName = 'GuessCount'
- CheckRange = False
- DefaultValue = 1
- Maximum = 0
- Minimum = 0
- Left = 157
- Top = 62
- end
- object StringVar1: TStringVar
- Left = 166
- Top = 74
- end
- end
-